-- card: 4500 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4755 -- name: -- part contents for background part 4 ----- text ----- ANSI C The ANSI standard of C adds several features to traditional versions of C and helps to unify its development. The most notable changes are: function prototyping, void types, the const and volatile qualifiers, and miscellaneous library changes. The Language Reference in the TC User's Manual describes the differences between Think C 4.0 and ANSI C. Most significantly: TC does not support ANSI C's 'const' and 'volatile' type qualifiers nor the 'signed' type specifier; TC does not support the new "tentative definition" feature for global variables*; TC does not implement ANSI C trigraph sequences. -- part contents for background part 29 ----- text ----- 28465 -- part contents for background part 27 ----- text ----- Defining external variables -- part contents for background part 20 ----- text ----- Defining external variables - p78 -- part contents for background part 7 ----- text ----- 215